home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineSprite_15 / frame_2 / DoAction.as
Text File  |  2010-03-13  |  174b  |  6 lines

  1. this.display.gotoAndStop(int(_level0.getBytesLoaded() / _level0.getBytesTotal() * 40 + 1));
  2. if(_level0.getBytesLoaded() == _level0.getBytesTotal())
  3. {
  4.    _root.play();
  5. }
  6.